You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > Czt Method > SignalUtils.Czt Method ([In] TVec, int, [In] TVec, double, double)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.Czt Method ([In] TVec, int, [In] TVec, double, double)

Compute the chirp z-transform.

Syntax
C#
Visual Basic
public static void Czt([In] TVec Src, int k, [In] TVec aResult, double RStart, double RStop);

Compute the chirp z-transform of Src and place it in aResult. The starting frequency is zero and the stop frequency and FStop is at FS/2. k defines the number of steps within that band. RStart is the starting radius of the circle in the z-domain and RStop is the final radius of the circle in the z-domain.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!